home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TLOCALAVATARFORM / TLOCALAVATARFORM.txt
Text File  |  2007-09-27  |  4KB  |  193 lines

  1. object LocalAvatarForm: TLocalAvatarForm
  2.   Left = 316
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Awatar lokalny'
  7.   ClientHeight = 427
  8.   ClientWidth = 442
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 32
  22.     Width = 292
  23.     Height = 331
  24.     Caption = 'Obrazek'
  25.     TabOrder = 0
  26.     object imagePanel: TPanel
  27.       Left = 8
  28.       Top = 16
  29.       Width = 276
  30.       Height = 276
  31.       BevelOuter = bvNone
  32.       TabOrder = 0
  33.       object imagePaintBox: TPaintBox
  34.         Left = 0
  35.         Top = 0
  36.         Width = 276
  37.         Height = 276
  38.         Align = alClient
  39.         OnMouseDown = imagePaintBoxMouseDown
  40.         OnMouseMove = imagePaintBoxMouseMove
  41.         OnMouseUp = imagePaintBoxMouseUp
  42.         OnPaint = imagePaintBoxPaint
  43.       end
  44.     end
  45.     object TrackBar1: TTrackBar
  46.       Left = 2
  47.       Top = 300
  48.       Width = 225
  49.       Height = 25
  50.       Hint = 'Rozmiar kadru'
  51.       Max = 130
  52.       Orientation = trHorizontal
  53.       ParentShowHint = False
  54.       Frequency = 1
  55.       Position = 0
  56.       SelEnd = 0
  57.       SelStart = 0
  58.       ShowHint = False
  59.       TabOrder = 1
  60.       ThumbLength = 15
  61.       TickMarks = tmBoth
  62.       TickStyle = tsNone
  63.       OnChange = TrackBar1Change
  64.     end
  65.     object sizeComboBox: TComboBox
  66.       Left = 228
  67.       Top = 299
  68.       Width = 57
  69.       Height = 21
  70.       Style = csDropDownList
  71.       ItemHeight = 13
  72.       ItemIndex = 0
  73.       TabOrder = 2
  74.       Text = '100%'
  75.       OnChange = sizeComboBoxChange
  76.       Items.Strings = (
  77.         '100%'
  78.         '75%'
  79.         '50%'
  80.         '25%'
  81.         '20%'
  82.         '10%')
  83.     end
  84.   end
  85.   object GroupBox2: TGroupBox
  86.     Left = 304
  87.     Top = 296
  88.     Width = 105
  89.     Height = 57
  90.     Caption = 'Parametry'
  91.     TabOrder = 1
  92.     Visible = False
  93.     object Label1: TLabel
  94.       Left = 8
  95.       Top = 24
  96.       Width = 50
  97.       Height = 13
  98.       Caption = 'Wielko'#347#263
  99.     end
  100.   end
  101.   object GroupBox3: TGroupBox
  102.     Left = 304
  103.     Top = 32
  104.     Width = 129
  105.     Height = 137
  106.     Caption = 'Podgl'#261'd'
  107.     TabOrder = 2
  108.     object preViewPaintBox: TPaintBox
  109.       Left = 8
  110.       Top = 16
  111.       Width = 110
  112.       Height = 110
  113.       OnPaint = preViewPaintBoxPaint
  114.     end
  115.   end
  116.   object Button1: TButton
  117.     Left = 8
  118.     Top = 376
  119.     Width = 81
  120.     Height = 25
  121.     Action = chooseAction
  122.     TabOrder = 3
  123.   end
  124.   object Button2: TButton
  125.     Left = 188
  126.     Top = 376
  127.     Width = 75
  128.     Height = 25
  129.     Action = setAction
  130.     TabOrder = 4
  131.   end
  132.   object cancelButton: TButton
  133.     Left = 358
  134.     Top = 376
  135.     Width = 75
  136.     Height = 25
  137.     Caption = 'Anuluj'
  138.     TabOrder = 5
  139.     OnClick = cancelButtonClick
  140.   end
  141.   object StatusBar1: TStatusBar
  142.     Left = 0
  143.     Top = 408
  144.     Width = 442
  145.     Height = 19
  146.     Panels = <>
  147.     SimplePanel = True
  148.   end
  149.   object avatrsComboBox: TComboBox
  150.     Left = 8
  151.     Top = 8
  152.     Width = 425
  153.     Height = 21
  154.     Style = csDropDownList
  155.     ItemHeight = 13
  156.     TabOrder = 7
  157.     OnChange = avatrsComboBoxChange
  158.   end
  159.   object Button3: TButton
  160.     Left = 274
  161.     Top = 376
  162.     Width = 75
  163.     Height = 25
  164.     Action = removeAction
  165.     TabOrder = 8
  166.   end
  167.   object pictureDialog: TOpenPictureDialog
  168.     Left = 336
  169.     Top = 256
  170.   end
  171.   object ActionList1: TActionList
  172.     Left = 336
  173.     Top = 456
  174.     object chooseAction: TAction
  175.       Caption = 'Przegl'#261'daj...'
  176.       OnExecute = chooseActionExecute
  177.     end
  178.     object setAction: TAction
  179.       Caption = 'Ustaw'
  180.       OnExecute = setActionExecute
  181.     end
  182.     object removeAction: TAction
  183.       Caption = 'Usu'#324
  184.       OnExecute = removeActionExecute
  185.     end
  186.   end
  187.   object Timer1: TTimer
  188.     OnTimer = Timer1Timer
  189.     Left = 368
  190.     Top = 256
  191.   end
  192. end
  193.